Install SindByte for Codex / VS Code / CLI
==========================================

Easiest setup for OpenAI Codex:

1. Start the SindByte MCP Server so it listens on:
   http://127.0.0.1:5555/mcp

2. Open a terminal and add the server to Codex:

   codex mcp add SindByte --url http://127.0.0.1:5555/mcp

3. Restart Codex CLI or restart VS Code.

4. Check if Codex sees it:

   codex mcp list


Where Codex stores the config:

   %USERPROFILE%\.codex\config.toml

Typical location:

   %USERPROFILE%\.codex\config.toml


If you want to add it manually to config.toml, the MCP entry is the same server URL:

   http://127.0.0.1:5555/mcp


VS Code:

- Install the OpenAI extension with Codex support.
- The easiest method is still the CLI command above:

  codex mcp add SindByte --url http://127.0.0.1:5555/mcp

- Then restart VS Code.
- If needed, open the Codex MCP settings page inside the OpenAI extension and confirm the same URL is present.


Codex CLI:

- Login first if needed:

  codex login

- Add the MCP server:

  codex mcp add SindByte --url http://127.0.0.1:5555/mcp

- List configured MCP servers:

  codex mcp list


Quick test:

If SindByte is running, Codex should be able to initialize against:

   http://127.0.0.1:5555/mcp

This server was already tested here and answered:

- initialize = OK
- tools/list = OK

Current advertised tools/list count seen here:

   25 tools


Useful note:

- Roo / Cline style JSON also works as a model for the same endpoint:

  {
    "mcpServers": {
      "SindByte-MCP-Server": {
        "url": "http://127.0.0.1:5555/mcp",
        "type": "streamableHttp",
        "disabled": false,
        "timeout": 300
      }
    }
  }

- For OpenAI Codex, the shortest path is usually the CLI command:

  codex mcp add SindByte --url http://127.0.0.1:5555/mcp




Rechtliche Hinweise
===================

- Die Nutzung erfolgt auf eigene Verantwortung.
- Es wird keine Haftung fuer direkte oder indirekte Schaeden uebernommen.
- Dieses Produkt ist kostenfrei fuer nicht-gewerbliche Nutzung.
- Fuer gewerbliche Nutzung bitte vorab per Mail Kontakt aufnehmen.

Name / Adresse
==============

Impressum:
© Theo Gottwald
Herrenstr.11
76706 Dettenheim
Tel.07247-9851112
http://smart-ai-robot.com
Info@smart-package.com

